Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

deMemory_priv.hpp File Reference

Destiny3D Memory Manager. More...

#include "deGlobalTypes.hpp"
#include "Functions/Functions.hpp"
#include "deMemory.hpp"
#include "RedBlackTree.hpp"

Include dependency graph for deMemory_priv.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Compounds

struct  AllocStruct
class  deMemoryManager
struct  RealAllocStruct

Defines

#define Round64k(Val)   ((Val + 0x0000FFFF) & 0xFFFF0000)
#define Round4(Val)   ((Val + 3) & 0xFFFFFFFC)


Detailed Description

Destiny3D Memory Manager.

Author:
Lightning
This file is the intellectual property of Novus Delta, LLC.. Usage of the contents of this file is subject to the Destiny3D Member License which can be found at http://www.destiny3d.com. Any other usage is prohibited.

This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.

Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.


Change History

Date:
Feb 2001
Author:
Lightning
Remarks:
Creation
Date:
Oct 2001
Author:
Hootie
Remarks:
Started Conversion to C++
Date:
Oct 2002
Author:
Lightning
Remarks:
Scrapped old, started from scratch

Define Documentation

#define Round4 Val       ((Val + 3) & 0xFFFFFFFC)
 

#define Round64k Val       ((Val + 0x0000FFFF) & 0xFFFF0000)
 


Generated on Mon Sep 12 20:04:10 2005 for Destiny3D by doxygen1.3-rc3